DicomObjects.NET.V8
DicomObjects Namespace / DicomImage Class / SetSimpleMasking Method / SetSimpleMasking(Int32[],MaskMode) Method

Frame numbers of the frames for subtraction

The subtraction mode to use



In This Topic
    SetSimpleMasking(Int32[],MaskMode) Method
    In This Topic
    Sets an int array as frame numbers of the mask frames for subtraction
    Syntax
    'Declaration
     
    Public Overloads Sub SetSimpleMasking( _
       ByVal Frames() As Integer, _
       ByVal mode As MaskMode _
    ) 
    'Usage
     
    Dim instance As DicomImage
    Dim Frames() As Integer
    Dim mode As MaskMode
     
    instance.SetSimpleMasking(Frames, mode)
    public void SetSimpleMasking( 
       int[] Frames,
       MaskMode mode
    )
    public:
    void SetSimpleMasking( 
       array<int>^ Frames,
       MaskMode mode
    ) 

    Parameters

    Frames

    Frame numbers of the frames for subtraction

    mode
    The subtraction mode to use
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also